Add XCode Templates

  • Using git, clone this repo: https://github.com/kstenerud/iOS-Universal-Framework
  • There are detailed instructions there (thank you to Karl for that!)
  • Under "Real Framework" run install.sh - answer Y when given the option, take the default values otherwise
  • Under "Real Framework" run install.sh - answer Y when given the option, take the default values otherwise
  • Restart XCode

Create Project

For this example, I'l use a C library called Matt's Arbitrary Precision Math library - one I use in my RpnCalculator

WIP